home *** CD-ROM | disk | FTP | other *** search
/ Virtual Vibrations / Virtual Vibrations.iso / mac / Virtual Vibrations / STAR.DXR / 00038.ls < prev    next >
Encoding:
Text File  |  1994-10-28  |  207 b   |  20 lines

  1. on enterFrame
  2. end
  3.  
  4. on mouseDown
  5.   if the clickOn = 20 then
  6.     BUTTONDOWN()
  7.   end if
  8. end
  9.  
  10. on mouseUp
  11.   if the clickOn = 20 then
  12.     go(the frame - 1)
  13.   end if
  14. end
  15.  
  16. on exitFrame
  17.   global fixpal
  18.   pause()
  19. end
  20.